Learn R Programming

neptune (version 0.2.3)

[.neptune.new.metadata_containers.run.Run: Field lookup

Description

Field lookup. You can access any run's field through a named-list-like field lookup run[field_path]. As well as fetch already tracked metadata - fetching parameters when resuming a run or downloading metadata for a custom analysis using functions like neptune_fetch

Arguments

x

Neptune Run object

i

string, name of the field to set

Value

Field

See Also

Useful links:

Examples

Run this code
# NOT RUN {
# We are using api token for an anonymous user neptuner. For your projects use your private token.
run <- neptune_init(api_token = 'ANONYMOUS',
                    project = "common-r/quickstarts")
run['epochs'] <- 100
run['epochs']
# }

Run the code above in your browser using DataLab